home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / webpoll.xml < prev    next >
Text File  |  2002-09-12  |  1KB  |  37 lines

  1. <search function="webpoll">
  2.   <name>WebPerform Webpoll</name>
  3.   <description>
  4.     Webpoll displays a graph illustrating the timings of the objects on a web page.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.       <tr><td>webpoll www.google.com</td></tr>
  8.       <tr><td>webpoll slashdot.com</td></tr>
  9.       <tr><td>webpoll http://www.perl.com</td></tr>
  10.     </table>
  11.   </description>
  12.   <category>Computers</category>
  13.   <link>http://www.webperform.com/</link>
  14.   <form name="webpollf"
  15.         action="http://www.webperform.com/scripts/webpoll.exe"
  16.         method="post">
  17.     <input type="hidden" name="url"/>
  18.   </form>
  19.   <script><![CDATA[
  20.     function webpoll(q)
  21.     {
  22.       if( nullArgs("webpoll", q) )
  23.         return false;
  24.       else
  25.       {
  26.         document.webpollf.url.value = q;
  27.         submitForm(webpollf);
  28.       }
  29.     }
  30.   ]]></script>
  31.  
  32.   <copyright>
  33.     Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  34.   </copyright>
  35. </search>
  36.  
  37.